Developer --> Technical Publications
PATHJava Developer Documentation > Mac OS Runtime for Java > JManager > Programming With JManager


Ending a Java Runtime Session

After you have finished executing your Java programs, you should end the Java runtime session by calling the function JMCloseSession. This function disposes of the JMSessionRef object and removes any resources that JManager may have allocated for it. However, if you created any resources (such as AWT contexts and applets) within the session, you should explicitly remove them before calling JMCloseSession .


© 1998 Apple Computer, Inc. — (Last Updated 3 Dec 98)

Previous | Back Up One Level | Next |